home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-31 | 1.9 KB | 46 lines | [TEXT/KAHL] |
- /*******************************************************
- * *
- * Credits *
- * 1.5.2 *
- * *
- * by Bill Hayden & Nikol Software, © 1994 *
- * *
- * *
- * *
- * Requires System 7 to run *
- * *
- * Thank you for supporting Nikol Software *
- * *
- * *
- * Orders, support, inquiries, suggestions to: *
- * *
- * William Hayden *
- * c/o Nikol Software *
- * 1325 NE 9th Street *
- * Gainesville, FL 32601-3720 *
- * *
- * AOL: BMOC 1 *
- * Internet: Hayden@oak.circa.ufl.edu *
- * BMOC 1@aol.com *
- * *
- ******************************************************/
-
-
- /*
- ShowCredits will return an error code of:
- -1 if illegal or incorrect values were passed.
- ResError() if the dialog or gWorld could not be created
- some other # if the dialog manager returned an error
- */
-
-
- pascal OSErr ShowCredits (short, /* Resource ID of the Dialog */
- short, /* Resource ID of the PICT to scroll */
- short, /* DITL item # of the scroll (user) item */
- short, /* DITL item # of the OK button, or kNone */
- short, /* Delay between frames in 1/60 secs */
- Boolean); /* Frame the scrolling item? */
-
- #define kNone (-1)
-
-